Allow extensions to run their own backlink-based updates:
[lhc/web/wiklou.git] / includes / LinksUpdate.php
index ec7960f..3252fb6 100644 (file)
@@ -241,6 +241,7 @@ class LinksUpdate {
                foreach ( $batches as $batch ) {
                        list( $start, $end ) = $batch;
                        $params = array(
+                               'table' => 'templatelinks',
                                'start' => $start,
                                'end' => $end,
                        );